home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / flut39st.zoo / fileutils-3.9 / man / df.1 < prev    next >
Encoding:
Text File  |  1994-03-26  |  3.6 KB  |  129 lines

  1.  
  2.  
  3.  
  4. DF(1L)                               DF(1L)
  5.  
  6.  
  7. N✓NA✓AM✓ME✓E
  8.        df - summarize free disk    space
  9.  
  10. S✓SY✓YN✓NO✓OP✓PS✓SI✓IS✓S
  11.        d✓df✓f  [-aikPv]  [-t  fstype]  [-x fstype] [--all] [--inodes]
  12.        [--type=fstype]     [--exclude-type=fstype]    [--kilobytes]
  13.        [--portability] [--help]    [--version] [path...]
  14.  
  15. D✓DE✓ES✓SC✓CR✓RI✓IP✓PT✓TI✓IO✓ON✓N
  16.        This manual page    documents the GNU version of d✓df✓f.  d✓df✓f dis-
  17.        plays the amount    of disk    space available    on the filesystem
  18.        containing  each     argument  pathname.  If no pathnames are
  19.        given,  the  space  available  on  all  currently  mounted
  20.        filesystems is shown.  Disk space is shown in 1K    blocks by
  21.        default,    unless the environment    variable  POSIXLY_CORRECT
  22.        is set, in which    case 512-byte blocks are used.
  23.  
  24.        If  an argument is the full pathname of a disk device node
  25.        containing a mounted filesystem,    d✓df✓f shows the space avail-
  26.        able on that filesystem rather than on the filesystem con-
  27.        taining the device node (which is always    the root filesys-
  28.        tem).   This version of d✓df✓f cannot show the space    available
  29.        on unmounted filesystems, because on most kinds of systems
  30.        doing  so  requires very    nonportable intimate knowledge of
  31.        filesystem structures.
  32.  
  33.    O✓OP✓PT✓TI✓IO✓ON✓NS✓S
  34.        _✓-_✓a_✓, _✓-_✓-_✓a_✓l_✓l
  35.           Include in the  listing  filesystems  that  have    0
  36.           blocks,    which    are  omitted  by  default.   Such
  37.           filesystems are typically     special-purpose  pseudo-
  38.           filesystems,  such as automounter    entries.  On some
  39.           systems, filesystems of type ``ignore'' or ``auto''
  40.           are  also     omitted  by  default and included in the
  41.           listing by this option.
  42.  
  43.        _✓-_✓i_✓, _✓-_✓-_✓i_✓n_✓o_✓d_✓e_✓s
  44.           List  inode  usage  information  instead    of  block
  45.           usage.   An  inode  (short for ``index node'') is    a
  46.           special kind of disk block that  contains     informa-
  47.           tion  about a file, such as its owner, permissions,
  48.           timestamps, and location on the disk.
  49.  
  50.        _✓-_✓k_✓, _✓-_✓-_✓k_✓i_✓l_✓o_✓b_✓y_✓t_✓e_✓s
  51.           Print  sizes  in    1K  blocks  instead  of     512-byte
  52.           blocks.    This  overrides     the environment variable
  53.           POSIXLY_CORRECT.
  54.  
  55.        _✓-_✓P_✓, _✓-_✓-_✓p_✓o_✓r_✓t_✓a_✓b_✓i_✓l_✓i_✓t_✓y
  56.           Use the POSIX output  format.   This  is    like  the
  57.           default  format  except  that the    information about
  58.           each filesystem is always    printed     on  exactly  one
  59.           line;  a    mount  device  is  never put on    a line by
  60.           itself.  This means that if the mount  device  name
  61.  
  62.  
  63.  
  64. FSF            GNU File Utilities            1
  65.  
  66.  
  67.  
  68. DF(1L)                               DF(1L)
  69.  
  70.  
  71.           is  more    than 20    characters long    (as for    some net-
  72.           work mounts), the    columns    are misaligned.
  73.  
  74.        _✓-_✓t_✓, _✓-_✓-_✓t_✓y_✓p_✓e_✓=_✓f_✓s_✓t_✓y_✓p_✓e
  75.           Limit the    listing    to filesystems    of  type  _✓f_✓s_✓t_✓y_✓p_✓e.
  76.           Multiple    filesystem  types  can be shown    by giving
  77.           multiple _✓-_✓t options.  By    default,  all  filesystem
  78.           types are    listed.
  79.  
  80.        _✓-_✓x_✓, _✓-_✓-_✓e_✓x_✓c_✓l_✓u_✓d_✓e_✓-_✓t_✓y_✓p_✓e_✓=_✓f_✓s_✓t_✓y_✓p_✓e
  81.           Limit  the  listing  to  filesystems  not     of  type
  82.           _✓f_✓s_✓t_✓y_✓p_✓e.  Multiple    filesystem types  can  be  elimi-
  83.           nated  by     giving    multiple _✓-_✓x options.  By default,
  84.           all filesystem types are listed.
  85.  
  86.        _✓-_✓v     Ignored; for compatibility with System  V     versions
  87.           of d✓df✓f.
  88.  
  89.        _✓-_✓-_✓h_✓e_✓l_✓p Print  a    usage message on standard output and exit
  90.           successfully.
  91.  
  92.        _✓-_✓-_✓v_✓e_✓r_✓s_✓i_✓o_✓n
  93.           Print version information    on standard  output  then
  94.           exit successfully.
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128. FSF            GNU File Utilities            2
  129.